projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc42fa
)
Two google breakages in one day. They must be busy.
author
parkrrrr
<parkrrrr>
Thu, 24 May 2007 13:57:52 +0000
(13:57 +0000)
committer
parkrrrr
<parkrrrr>
Thu, 24 May 2007 13:57:52 +0000
(13:57 +0000)
This is one that wouldn't have been detected by my script, because it only
affected the reading of turn names.
google.c
patch
|
blob
|
history
diff --git
a/google.c
b/google.c
index 0fe9e260bd4d2617aad8f5e2843726837018a78b..ce40a7dd3b11ce7d1610bd8feabb1769cb19bef7 100644
(file)
--- a/
google.c
+++ b/
google.c
@@
-406,7
+406,15
@@
google_read(void)
}
if ( end ) {
strcpy(end,"/table></div>");
-
+ }
+ if ( !end ) {
+ end = strstr( panel, "/div><div class=\\042legal");
+ if ( end ) {
+ strcpy( end, "/div></div>");
+ }
+ }
+
+ if ( end ) {
char *to = panel;
char *from = panel;
while ( *from ) {